LSError
struct LSError
extension LSError : Copyable, CustomNSError, Error, Escapable, Sendable, SendableMetatype
LicenseSpring error.
-
Error code.
Declaration
Swift
var code: LSError.Code -
Error user info.
Declaration
Swift
var userInfo: [String : any Sendable] -
Error reason.
Declaration
Swift
var reason: LSError.Reason -
LicenseSpring error codes. Some errors comes from server and described at https://docs.licensespring.com/docs/errors-and-response-codes-1
See moreDeclaration
Swift
enum Codeextension LSError.Code : Equatable, Hashable, RawRepresentable, Sendable, SendableMetatype -
The domain of the error.
Declaration
Swift
static var errorDomain: String { get } -
The error code within the given domain.
Declaration
Swift
var errorCode: Int { get } -
The user-info dictionary.
Declaration
Swift
var errorUserInfo: [String : Any] { get }